Body Request
POST method to send the request correponding to the query search. Parameters page and size are used to retrieve all the results managing pagination.
SearchRequest
{
"term": "A medical query",
"settings": {
"page": "0",
"size": "10"
}
}
The size parameter is the subset of resultst requested for each of the source engines (Pubmed, Epistemonikos, Summary of Product Characteristics), while page gives us the number of pages with size elements.